Package | de.medizininformatikinitiative.use-case.omi |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.13&canonical=http://omi.de/fhir/registry/StructureDefinition/brd-output-observation-profile |
Url | http://omi.de/fhir/registry/StructureDefinition/brd-output-observation-profile |
Version | 0.3.13 |
Status | active |
Date | 2024-12-11 |
Name | BrdOmiOutputObservation |
Title | BRD-Output Observation Profile |
Experimental | False |
Realm | de |
Description | Profile derived from OmiOutputObservation. It describes the output of the Body Region Detector (). |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates ![]() | Image Box Coordinates |
http://omi.de/fhir/registry/StructureDefinition/output-observation ![]() | AI-Output Observation |
{
"resourceType" : "StructureDefinition",
"id" : "brd-output-observation-profile",
"url" : "http://omi.de/fhir/registry/StructureDefinition/brd-output-observation-profile",
"version" : "0.3.13",
"name" : "BrdOmiOutputObservation",
"title" : "BRD-Output Observation Profile",
"status" : "active",
"date" : "2024-12-11",
"publisher" : "MOLIT gGmbH",
"description" : "Profile derived from OmiOutputObservation. It describes the output of the Body Region Detector ().",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://omi.de/fhir/registry/StructureDefinition/output-observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.status",
"path" : "Observation.status",
"patternCode" : "final"
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "inference-result",
"system" : "http://omi.de/fhir/registry/sid/tbd",
"display" : "Inference result"
}
]
}
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"ordered" : false,
"rules" : "open"
}
},
{
"id" : "Observation.value[x]:valueCodeableConcept",
"path" : "Observation.value[x]",
"sliceName" : "valueCodeableConcept",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "CodeableConcept"
}
],
"patternCodeableConcept" : {
"coding" : [
{
"code" : "C13018",
"system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"display" : "Organs"
}
]
}
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"patternReference" : {
"reference" : "Device/BRDAlgorithm"
}
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "code"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.component:abdominal_region",
"path" : "Observation.component",
"sliceName" : "abdominal_region",
"min" : 0,
"max" : "1"
},
{
"id" : "Observation.component:abdominal_region.extension:imageBoxCoordinatesExtension",
"path" : "Observation.component.extension",
"sliceName" : "imageBoxCoordinatesExtension",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:abdominal_region.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "302553009",
"system" : "http://snomed.info/sct",
"display" : "Entire abdomen (body structure)"
}
]
}
},
{
"id" : "Observation.component:abdominal_region.value[x]",
"path" : "Observation.component.value[x]",
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.component:thoracic_region",
"path" : "Observation.component",
"sliceName" : "thoracic_region",
"min" : 0,
"max" : "1"
},
{
"id" : "Observation.component:thoracic_region.extension:imageBoxCoordinatesExtension",
"path" : "Observation.component.extension",
"sliceName" : "imageBoxCoordinatesExtension",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:thoracic_region.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "51185008",
"system" : "http://snomed.info/sct",
"display" : "Thoracic structure (body structure)"
}
]
}
},
{
"id" : "Observation.component:thoracic_region.value[x]",
"path" : "Observation.component.value[x]",
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.component:head",
"path" : "Observation.component",
"sliceName" : "head",
"min" : 0,
"max" : "1"
},
{
"id" : "Observation.component:head.extension:imageBoxCoordinatesExtension",
"path" : "Observation.component.extension",
"sliceName" : "imageBoxCoordinatesExtension",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:head.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "69536005",
"system" : "http://snomed.info/sct",
"display" : "Head structure (body structure)"
}
]
}
},
{
"id" : "Observation.component:head.value[x]",
"path" : "Observation.component.value[x]",
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.component:pericardium",
"path" : "Observation.component",
"sliceName" : "pericardium",
"min" : 0,
"max" : "1"
},
{
"id" : "Observation.component:pericardium.extension:imageBoxCoordinatesExtension",
"path" : "Observation.component.extension",
"sliceName" : "imageBoxCoordinatesExtension",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:pericardium.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "76848001",
"system" : "http://snomed.info/sct",
"display" : "Pericardial structure (body structure)"
}
]
}
},
{
"id" : "Observation.component:pericardium.value[x]",
"path" : "Observation.component.value[x]",
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.component:brain",
"path" : "Observation.component",
"sliceName" : "brain",
"min" : 0,
"max" : "1"
},
{
"id" : "Observation.component:brain.extension:imageBoxCoordinatesExtension",
"path" : "Observation.component.extension",
"sliceName" : "imageBoxCoordinatesExtension",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:brain.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "12738006",
"system" : "http://snomed.info/sct",
"display" : "Brain structure (body structure)"
}
]
}
},
{
"id" : "Observation.component:brain.value[x]",
"path" : "Observation.component.value[x]",
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.